Foxit PDF RDK
|
Defines a callback interface for handling results of a EditCommentsTaskCallBack. More...
Public Member Functions | |
constructor () | |
Constructor for the EditCommentsTaskCallBack class. Initializes a new instance of the EditCommentsTaskCallBack. | |
result (task) | |
Handles the result of a EditCommentsTask. More... | |
Defines a callback interface for handling results of a EditCommentsTaskCallBack.
FoxitRDKNative.EditCommentsTaskCallBack.result | ( | task | ) |
Handles the result of a EditCommentsTask.
{EditCommentsTask} | task - The EditFormTask whose result is being handled. This method is called when the task EditCommentsTask, providing access to its result. |